home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 July & August / PCWorld_2007-07-08_cd.bin / v cisle / deepburner / DeepBurner1.exe / DeepBurner.exe / 0 / RCDATA / TTITLETEXTFORM / TTITLETEXTFORM.txt
Text File  |  2006-03-23  |  1KB  |  74 lines

  1. object TitleTextForm: TTitleTextForm
  2.   Left = 359
  3.   Top = 269
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsToolWindow
  6.   BorderWidth = 5
  7.   Caption = 'Title text'
  8.   ClientHeight = 62
  9.   ClientWidth = 254
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   FormStyle = fsStayOnTop
  17.   OldCreateOrder = False
  18.   Position = poMainFormCenter
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Bevel1: TBevel
  23.     Left = 0
  24.     Top = 24
  25.     Width = 257
  26.     Height = 9
  27.     Shape = bsBottomLine
  28.   end
  29.   object m_eTitleText: TEdit
  30.     Left = 4
  31.     Top = 4
  32.     Width = 244
  33.     Height = 21
  34.     TabOrder = 0
  35.     Text = 'Title'
  36.   end
  37.   object m_btnOk: TButton
  38.     Left = 87
  39.     Top = 40
  40.     Width = 75
  41.     Height = 21
  42.     Caption = 'Ok'
  43.     ModalResult = 1
  44.     TabOrder = 1
  45.   end
  46.   object m_btnCancel: TButton
  47.     Left = 174
  48.     Top = 40
  49.     Width = 75
  50.     Height = 21
  51.     Cancel = True
  52.     Caption = 'Cancel'
  53.     ModalResult = 2
  54.     TabOrder = 2
  55.   end
  56.   object smlFormLangRes: TsmlFormLangRes
  57.     LangFileName = 'DefLang.ini'
  58.     IgnoreEmptyString = True
  59.     AutoCreateMode = True
  60.     AddBracket = True
  61.     StringProperties.Strings = (
  62.       'Caption')
  63.     StringsProperties.Strings = (
  64.       'Tabs'
  65.       'Items')
  66.     IgnoreFormCaption = False
  67.     IncludeListViewItems = False
  68.     IncludeListViewHead = False
  69.     IncludeTreeViewItems = False
  70.     Active = False
  71.     Top = 32
  72.   end
  73. end
  74.